home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 035a / grinost.zip / README04.TXT < prev    next >
Text File  |  1991-06-30  |  4KB  |  90 lines

  1. June 30, 1991
  2.  
  3. By Mike Bilow, N1BEE,
  4. For GRINOS/GRINOS-S KA9Q 910618/PA0GRI 910625v1.7a/N1BEE 910630v0.4ß
  5.  
  6.  
  7.      All users of GRINOS/GRINOS-S are invited to join the grinos@n1bee
  8. mailing list.  This is what I use to distribute advisories and updates.
  9. There is no requirement that you actually use GRINOS in order to join the
  10. mailing list.  Just send a message to n1bee@n1bee and you will be added.
  11.  
  12.  
  13.      I. KA9Q/PA0GRI changes
  14.  
  15.      This release of GRINOS uses KA9Q 910618 as its base instead of 910605.
  16. Most of the changes are of little or no importance to ordinary users.  The
  17. experimental Kantor model for Internet wormholes between NET/ROM points is
  18. now implemented using Anders Klemets' code as the "axip" interface.  Since
  19. no one is going to use it locally, I would have taken it out, but there is
  20. no way to do that easily, so we are going to have to let it consume memory
  21. for the time being.
  22.  
  23.      There are extensive bug-fix revisions to the mailbox code.  The local
  24. chat functions should now work when initiated at the mailbox.  (This was a
  25. result of a timer being set for two minutes instead of two seconds.)  Users
  26. of the forwarding functions that allow mail handling between NOS and W0RLI
  27. or other conventional packet BBSs will also see major changes.
  28.  
  29.      KA9Q seems to have taken another stab at getting TIP and PPP to work,
  30. although I would consider them highly suspect.
  31.  
  32.  
  33.      II.  N1BEE changes
  34.  
  35.           A.  Bug fixes and default modifications
  36.  
  37.      The ttylink screens have been fixed.  Two users of ttylink in this
  38. version of NOS who are communicating will see identical top windows on
  39. their screens, except that each will see outgoing text in high intensity
  40. and incoming text in normal intensity, which was the original intent.
  41. The problem may actually have been associated with a documented bug in
  42. the Borland C++ 2.0 compiler run-time libraries.  It has now been fixed
  43. by explicitly calling clreol() at the necessary points.  (Reported by
  44. KA1MF and WA1OAJ.)
  45.  
  46.  
  47.           B.  New features
  48.  
  49.      I have extensively modified the "ax25 heard" functions.  Because of the
  50. very large amount of memory consumed by the logging of calls heard, it is
  51. important to minimize waste.  Wide area stations, especially switches, pick
  52. up error frames quite often that have corrupted callsign fields.  Issuing
  53. the "ax25 heard" command (or the J command from telnet) on the wb6nil switch
  54. will dump pages and pages of such junk calls, all of it using up memory.
  55. I have now implemented code that prevents calls from being added to the
  56. heard lists unless they consist entirely of upper case letters, digits, or
  57. spaces.  This simple filtering eliminates about 90% of the junk.
  58.  
  59.      Unknown to most users, NOS maintains a log of callsigns to which frames
  60. are directed, in addition to those from which frames are transmitted.  One
  61. good reason that this is not generally known is because there is no way to
  62. access this list, and it is never actually used for anything.  I have enabled
  63. a new command "ax25 hearddest" that dumps this list on the display in a format
  64. similar to that used by the "ax25 heard" command.
  65.  
  66.      Still, most users probably do not need the heard lists at all.  Because
  67. there are future plans and stubs of routines to use the lists for routing
  68. information, I have decided not to disable this feature.  I have added a
  69. new command "ax25 filter" that takes a bit mask argument that will inhibit
  70. the logging of calls heard, but this command defaults to logging of both
  71. source and destination calls enabled ("ax25 filter 0") for compatibility.
  72. Users can disable either logging of source calls ("ax25 filter 1"),
  73. destination calls ("ax25 filter 2"), or both ("ax25 filter 3").
  74.  
  75.      As an accidental side effect of this new command, the shorthand "ax f"
  76. command will now map as "ax25 filter" instead of "ax25 flush"; users of the
  77. "ax f" command should type at least one more letter to correctly access the
  78. old "ax25 flush" command.
  79.  
  80.  
  81.      III.  Future plans
  82.  
  83.      KA1MF suggests allowing commands which require the address of a control
  84. block (such as "tcp kick" or "tcp status <tcbaddr>") to take a four character
  85. short form of the address, since the memory allocator guarantees that the
  86. last four charcaters are always "0008" anyway.  This sounds like a good idea,
  87. and it will be in the code as soon as I can get to it.
  88.  
  89.  
  90.